DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / IObservableSource<T> Interface / EnableItemOrdinals Method

In This Topic
    EnableItemOrdinals Method (IObservableSource<T>)
    In This Topic
    After this method is called, the collection is required to provide SourceChangeEventArgs<T>.Ordinal in event data.
    Syntax
    'Declaration
     
    Sub EnableItemOrdinals() 
    void EnableItemOrdinals()
    See Also